Esx Settings Clusters Configuration Info
The Esx Settings Clusters Configuration Info schema defines the information about configuration commit.
This schema was added in vSphere API 8.0.1.0.
{
"metadata": {
"id": "string",
"author": "string",
"creation_time": "string"
},
"host_info": {
"host_info": {
"name": "string",
"is_vsan_witness": false
}
},
"config": "string"
}
Metadata about the configuration commit.
This property was added in vSphere API 8.0.1.0.
A mapping of BIOS UUIDs for every host in the cluster to information about that host. The host-specific/host-override sections of the configuration use BIOS UUIDs to identify hosts, so this information can be useful to get details about hosts mentioned there.
This property was added in vSphere API 8.0.1.0.
Configuration specification associated with the commit, encoded as JSON.
This property was added in vSphere API 8.0.1.0.